home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
Apps
/
SoundApps
/
Patchmix
/
Source
/
Statement.m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-06-12
|
216 b
|
21 lines
/* Generated by Interface Builder */
#import "Statement.h"
#import <string.h>
@implementation Statement
- storeString:(char *)string
{
strcpy(s,string);
return self;
}
- (char *)getString
{
return s;
}
@end